AsyncOperationProgressHandler Generic Delegate

Represents a method that handles progress update events of an asynchronous operation that provides progress updates.

Syntax

public generic<typename TResult, typename TProgress>
delegate void AsyncOperationProgressHandler`2(
         IAsyncOperationWithProgress<TResult, TProgress>^ asyncInfo,
         TProgress progressInfo
)  

Type parameters

TResult
The result.

TProgress
The progress information.

Parameters

asyncInfo
Type: IAsyncOperationWithProgress<TResult, TProgress> 

The asynchronous operation.

progressInfo
Type: TProgress 

The progress information.

Requirements

Namespace: Windows.Foundation

Metadata: windows.winmd

See also

Reference

Windows.Foundation Namespace